x86/srat: don't check alloc_boot_pages return
authorJulien Grall <julien.grall@arm.com>
Wed, 16 Aug 2017 10:27:02 +0000 (12:27 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 16 Aug 2017 10:27:02 +0000 (12:27 +0200)
commit7a37e0ea7f0ccab389cecaa6baff0bb411236281
tree9f52be9c17aa5d6675d2f4da1ff8744baefeec18
parente942b20cfa00978af1556d731076885c035d2f37
x86/srat: don't check alloc_boot_pages return

alloc_boot_pages will panic if it is not possible to allocate. So the
check in the caller is pointless.

Signed-off-by: Julien Grall <julien.grall@arm.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/srat.c